pub unsafe fn SHSetValueA<'a>( hkey: impl IntoParam<'a, HKEY>, pszsubkey: impl IntoParam<'a, PSTR>, pszvalue: impl IntoParam<'a, PSTR>, dwtype: u32, pvdata: *const c_void, cbdata: u32, ) -> LSTATUS