/// Zero out memory using `explicit_memset()`.
///
/// The `explicit_memset()` is a non-standard function which performs the
/// same task as `memset()`, but differs in that it guarantees that compiler
/// optimizations will not remove the operation if the compiler deduces that
/// it is "unnecessary".