pub unsafe fn RegQueryValueW<P1>( hkey: HKEY, lpsubkey: P1, lpdata: Option<PWSTR>, lpcbdata: Option<*mut i32>, ) -> WIN32_ERRORwhere P1: Param<PCWSTR>,