pub fn track_raw_ptr_deref(ptr_id: usize, location: &str, is_write: bool)Expand description
Track raw pointer dereference.
Records a RawPtrDeref event. Use this when dereferencing a raw pointer.
ยงArguments
ptr_id- Identifier of the pointer being dereferencedlocation- Source locationis_write-trueif writing through the pointer,falseif reading