Converts a security auditing event message from binary format to
    ASCII text.
    Format
      SYS$FORMAT_AUDIT  fmttyp ,audmsg ,[outlen] ,outbuf ,[width]
                        ,[trmdsc] ,[routin] ,[fmtflg]
    C Prototype
      int sys$format_audit  (unsigned int fmttyp, void *audmsg,
                            unsigned short int *outlen, void *outbuf,
                            unsigned short int *width, void *trmdsc,
                            int (*routin)(__unknown_params), unsigned
                            int fmtflg);
Additional Information:
explode
extract