ASN1C offers two primary tools to help secure memory operations: a
safe memory copy accessed using the OSCRTLSAFEMEMCPY
macro
and a memory heap flag RT_MH_ZEROONFREE
that will cause
the runtime context to zero out any freed memory. Memory that is
marked as available using rtxMemReset
will also be zeroed
out.