pub unsafe extern "system" fn NtCreateRegistryTransaction(
    transactionhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    createoptions: u32,
) -> NTSTATUS