Function windows::Wdk::System::Registry::ZwSetInformationKey

pub unsafe fn ZwSetInformationKey<P0>(
    keyhandle: P0,
    keysetinformationclass: KEY_SET_INFORMATION_CLASS,
    keysetinformation: *const c_void,
    keysetinformationlength: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,