pub fn track_transmute(from_type: &str, to_type: &str, location: &str)Expand description
Track transmute operation.
Records a Transmute event. Use this when using std::mem::transmute.
ยงArguments
from_type- Source type nameto_type- Destination type namelocation- Source location