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