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