#[unsafe(no_mangle)]pub unsafe extern "C" fn hashtree_embedded_string_free(
value: *mut c_char,
)Expand description
Release a string returned by this library.
ยงSafety
A non-null value must have been returned by a Hashtree embedded FFI string
function and must not previously have been freed.