pub fn track_raw_ptr<T: ?Sized>( var_name: &str, var_id: usize, ptr_type: &str, location: &str, ptr: *const T, ) -> *const T