[][src]Function rollenspielsache::ffi_string_free

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

Helper function to free strings generated by Rust. Clients need to call this to ensure proper cleanup. It is recommended to do iso in a way such that your finding performs this automatically. See the Rust FFI Omnibus for examples.

Safety

On a null ptr, returns