Function nemo_relay_string_free
Function nemo_relay_string_free
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_string_free(ptr: *mut c_char)
Free a C string previously returned by any nemo_relay_* accessor function. Passing null is a safe no-op.
Safety
ptr must be a pointer returned by this library, or null. Double-free is undefined behavior.