pub unsafe fn GetTextExtentPoint32A<P0>(
    hdc: P0,
    lpstring: &[u8],
    psizl: *mut SIZE
) -> BOOL
where P0: IntoParam<HDC>,