#[no_mangle]
pub unsafe extern "C" fn relay_uuid_to_str(
    uuid: *const RelayUuid
) -> RelayStr
Expand description

Formats the UUID into a string.

The string is newly allocated and needs to be released with relay_cstr_free.