Function windows::Win32::UI::Controls::CreateStatusWindowW

pub unsafe fn CreateStatusWindowW<P0, P1>(
    style: i32,
    lpsztext: P0,
    hwndparent: P1,
    wid: u32,
) -> Result<HWND>
where P0: Param<PCWSTR>, P1: Param<HWND>,