Function windows_sys::Win32::Security::AccessCheckAndAuditAlarmA

pub unsafe extern "system" fn AccessCheckAndAuditAlarmA(
    subsystemname: PCSTR,
    handleid: *const c_void,
    objecttypename: PCSTR,
    objectname: PCSTR,
    securitydescriptor: PSECURITY_DESCRIPTOR,
    desiredaccess: u32,
    genericmapping: *const GENERIC_MAPPING,
    objectcreation: BOOL,
    grantedaccess: *mut u32,
    accessstatus: *mut BOOL,
    pfgenerateonclose: *mut BOOL,
) -> BOOL