pub unsafe fn ObjectOpenAuditAlarmW<P0, P1, P2, P3, P4, P5, P6>(
    subsystemname: P0,
    handleid: *const c_void,
    objecttypename: P1,
    objectname: P2,
    psecuritydescriptor: P3,
    clienttoken: P4,
    desiredaccess: u32,
    grantedaccess: u32,
    privileges: Option<*const PRIVILEGE_SET>,
    objectcreation: P5,
    accessgranted: P6,
    generateonclose: *mut BOOL
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PSECURITY_DESCRIPTOR>, P4: IntoParam<HANDLE>, P5: IntoParam<BOOL>, P6: IntoParam<BOOL>,