uuid4_to_cstr

Function uuid4_to_cstr 

Source
#[unsafe(no_mangle)]
pub extern "C" fn uuid4_to_cstr(uuid: &UUID4) -> *const c_char
Expand description

Return a borrowed null-terminated UTF-8 C string representing uuid.

The pointer remains valid for as long as the input UUID4 reference lives – callers must not attempt to free it.