pub unsafe fn GetCharWidth32A<P0>(
    hdc: P0,
    ifirst: u32,
    ilast: u32,
    lpbuffer: *mut i32
) -> BOOL
where P0: IntoParam<HDC>,