pub fn track_unsafe_fn_call(fn_name: &str, location: &str)Expand description
Track unsafe function call.
Records an UnsafeFnCall event. Use this when calling an unsafe function.
ยงArguments
fn_name- Name of the unsafe function being calledlocation- Source location