pub unsafe fn GetCharABCWidthsI<P0>(
    hdc: P0,
    gifirst: u32,
    cgi: u32,
    pgi: Option<*const u16>,
    pabc: *mut ABC
) -> BOOL
where P0: IntoParam<HDC>,