Function windows::Win32::Graphics::Gdi::GetTextExtentPointW

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