pub unsafe fn OpenRegStream<'a>( hkey: impl IntoParam<'a, HKEY>, pszsubkey: impl IntoParam<'a, PWSTR>, pszvalue: impl IntoParam<'a, PWSTR>, grfmode: u32, ) -> Option<IStream>