Skip to main content

rt_string_from_bytes

Function rt_string_from_bytes 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rt_string_from_bytes( ptr: *const u8, len: u64, ) -> Value
Expand description

ยงSafety

For nonzero len, ptr must reference len readable bytes.