Function relay_cabi::relay_str_from_cstr

source ยท
#[no_mangle]
pub unsafe extern "C" fn relay_str_from_cstr(
    s: *const c_char,
) -> RelayStr
Expand description

Creates a Relay string from a c string.