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