Function NtSetInformationKey

pub unsafe extern "system" fn NtSetInformationKey(
    keyhandle: HANDLE,
    keysetinformationclass: KEY_SET_INFORMATION_CLASS,
    keysetinformation: *const c_void,
    keysetinformationlength: u32,
) -> NTSTATUS