pub fn sanitize_value<T: SecureSanitize + ?Sized>(value: &mut T)Expand description
Volatile-clears one value through its reviewed field-wise sanitizer.
This is intended for fixed scalar bookkeeping and aggregates whose
SecureSanitize implementation has been explicitly reviewed.