pub unsafe fn ObjectCloseAuditAlarmA<P0, P1>(
    subsystemname: P0,
    handleid: *const c_void,
    generateonclose: P1
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<BOOL>,