Function windows::Wdk::System::Registry::NtSetInformationKey

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