phytrace_string_free

Function phytrace_string_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn phytrace_string_free(s: *mut c_char)
Expand description

Free a string allocated by the PhyTrace FFI layer.

Must be called on strings returned by phytrace_event_to_json. Passing null is a no-op.