pub unsafe extern "system" fn TextOutA(
    hdc: HDC,
    x: i32,
    y: i32,
    lpstring: PSTR,
    c: i32
) -> BOOL
Expand description

Required features: ‘Win32_Graphics_Gdi’, ‘Win32_Foundation’