pub unsafe extern "system" fn NtSetInformationKey(
    KeyHandle: HANDLE,
    KeySetInformationClass: KEY_SET_INFORMATION_CLASS,
    KeySetInformation: PVOID,
    KeySetInformationLength: ULONG
) -> NTSTATUS