pub unsafe fn GetCharABCWidthsA<P0>(
    hdc: P0,
    wfirst: u32,
    wlast: u32,
    lpabc: *mut ABC
) -> BOOL
where P0: IntoParam<HDC>,