pub unsafe extern "system" fn GetTextExtentExPointW(
    hdc: HDC,
    lpszstring: PCWSTR,
    cchstring: i32,
    nmaxextent: i32,
    lpnfit: *mut i32,
    lpndx: *mut i32,
    lpsize: *mut SIZE
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"