pub unsafe extern "system" fn GetTextExtentPointI(
    hdc: HDC,
    pgiin: *const u16,
    cgi: i32,
    psize: *mut SIZE
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"