pub unsafe extern "system" fn DrawShadowText(
    hdc: HDC,
    psztext: PCWSTR,
    cch: u32,
    prc: *const RECT,
    dwflags: u32,
    crtext: u32,
    crshadow: u32,
    ixoffset: i32,
    iyoffset: i32
) -> i32
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation", "Win32_Graphics_Gdi"