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