pub unsafe fn DrawShadowText<P0, P1, P2>(
    hdc: P0,
    psztext: &[u16],
    prc: *const RECT,
    dwflags: u32,
    crtext: P1,
    crshadow: P2,
    ixoffset: i32,
    iyoffset: i32
) -> i32
where P0: IntoParam<HDC>, P1: IntoParam<COLORREF>, P2: IntoParam<COLORREF>,