pub fn track_unsafe_block_exit(block_id: usize, location: &str)Expand description
Track unsafe block exit.
Records an UnsafeBlockExit event. Use this when exiting an unsafe block.
ยงArguments
block_id- Identifier matching the correspondingtrack_unsafe_block_enterlocation- Source location