pub unsafe fn ObjectOpenAuditAlarmA<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
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PSECURITY_DESCRIPTOR>, P4: IntoParam<HANDLE>, P5: IntoParam<BOOL>, P6: IntoParam<BOOL>,