Function windows::Wdk::System::Registry::ZwSetInformationKey
pub unsafe fn ZwSetInformationKey<P0>(
keyhandle: P0,
keysetinformationclass: KEY_SET_INFORMATION_CLASS,
keysetinformation: *const c_void,
keysetinformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,