Skip to main content

mxr_uid_from_string

Function mxr_uid_from_string 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn mxr_uid_from_string( text: *const c_char, out: *mut mxr_uid_t, ) -> mxr_result_t
Expand description

Reads the dotted-hex form mxr_uid_to_string() writes.

ยงSafety

text points at a NUL-terminated string and out at a writable mxr_uid_t.