pub unsafe fn AccessCheckAndAuditAlarmA<P0, P1, P2, P3, P4>(
    subsystemname: P0,
    handleid: Option<*const c_void>,
    objecttypename: P1,
    objectname: P2,
    securitydescriptor: P3,
    desiredaccess: u32,
    genericmapping: *const GENERIC_MAPPING,
    objectcreation: P4,
    grantedaccess: *mut u32,
    accessstatus: *mut BOOL,
    pfgenerateonclose: *mut BOOL
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PSECURITY_DESCRIPTOR>, P4: IntoParam<BOOL>,