track_ffi_call

Function track_ffi_call 

Source
pub fn track_ffi_call(fn_name: &str, location: &str)
Expand description

Track FFI call.

Records an FfiCall event. Use this when calling a foreign function.

ยงArguments

  • fn_name - Name of the foreign function being called
  • location - Source location