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

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"