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

Required features: "Win32_Foundation"