Function pact_verifier_ffi::free_string[][src]

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

Frees the memory allocated to a string by another function

Safety

Exported functions are inherently unsafe.