pub unsafe fn DrawStatusTextA<P0, P1>(
    hdc: P0,
    lprc: *mut RECT,
    psztext: P1,
    uflags: u32
)
where P0: IntoParam<HDC>, P1: IntoParam<PCSTR>,