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