pub unsafe fn GetClassInfoW<P1>( hinstance: Option<HINSTANCE>, lpclassname: P1, lpwndclass: *mut WNDCLASSW, ) -> Result<()>where P1: Param<PCWSTR>,