pub unsafe fn RegQueryValueA<P1>( hkey: HKEY, lpsubkey: P1, lpdata: Option<PSTR>, lpcbdata: Option<*mut i32>, ) -> WIN32_ERRORwhere P1: Param<PCSTR>,