pub unsafe fn AccessCheckAndAuditAlarmW<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
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PSECURITY_DESCRIPTOR>, P4: IntoParam<BOOL>,