Function windows::Win32::Graphics::Gdi::GetTextExtentExPointI
pub unsafe fn GetTextExtentExPointI<P0>(
hdc: P0,
lpwszstring: *const u16,
cwchstring: i32,
nmaxextent: i32,
lpnfit: Option<*mut i32>,
lpndx: Option<*mut i32>,
lpsize: *mut SIZE,
) -> BOOLwhere
P0: Param<HDC>,