Function windows::Wdk::Storage::FileSystem::ZwOpenObjectAuditAlarm
pub unsafe fn ZwOpenObjectAuditAlarm<P0, P1, P2, P3>(
subsystemname: *const UNICODE_STRING,
handleid: Option<*const c_void>,
objecttypename: *const UNICODE_STRING,
objectname: *const UNICODE_STRING,
securitydescriptor: P0,
clienttoken: P1,
desiredaccess: u32,
grantedaccess: u32,
privileges: Option<*const PRIVILEGE_SET>,
objectcreation: P2,
accessgranted: P3,
generateonclose: *mut BOOLEAN,
) -> NTSTATUS