NtOpenObjectAuditAlarm

Function NtOpenObjectAuditAlarm 

pub unsafe extern "system" fn NtOpenObjectAuditAlarm(
    subsystemname: *const UNICODE_STRING,
    handleid: *const c_void,
    objecttypename: *const UNICODE_STRING,
    objectname: *const UNICODE_STRING,
    securitydescriptor: PSECURITY_DESCRIPTOR,
    clienttoken: HANDLE,
    desiredaccess: u32,
    grantedaccess: u32,
    privileges: *const PRIVILEGE_SET,
    objectcreation: bool,
    accessgranted: bool,
    generateonclose: *mut bool,
) -> NTSTATUS