Function windows::Win32::Graphics::Gdi::GetTextExtentPoint32W

pub unsafe fn GetTextExtentPoint32W<P0>(
    hdc: P0,
    lpstring: &[u16],
    psizl: *mut SIZE,
) -> BOOL
where P0: Param<HDC>,