pub unsafe fn GetClassInfoA<P1>( hinstance: Option<HINSTANCE>, lpclassname: P1, lpwndclass: *mut WNDCLASSA, ) -> Result<()>where P1: Param<PCSTR>,