Function windows_sys::Win32::UI::Controls::DrawShadowText

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