Function windows::Win32::UI::Controls::DrawStatusTextA

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