pub unsafe extern "system" fn GetTextExtentPoint32A(
    hdc: HDC,
    lpstring: PCSTR,
    c: i32,
    psizl: *mut SIZE
) -> BOOL
Expand description

Required features: "Win32_Foundation"