pub unsafe fn GetTextExtentPointI<P0>(
    hdc: P0,
    pgiin: &[u16],
    psize: *mut SIZE
) -> BOOL
where P0: IntoParam<HDC>,