Function relay_cabi::relay_str_free
source ยท #[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.