Function windows::Win32::Graphics::Gdi::GetTextExtentPoint32A

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