Function relay_str_free

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

Frees a Relay str.

If the string is marked as not owned then this function does not do anything.