pub unsafe fn GetCharABCWidthsFloatA<P0>(
    hdc: P0,
    ifirst: u32,
    ilast: u32,
    lpabc: *mut ABCFLOAT
) -> BOOL
where P0: IntoParam<HDC>,