pub unsafe extern "C" fn uuid_to_string(
uuid: *const uuid_t,
str_: *mut c_char,
)
Expand description
@brief Generate an UUID string from an UUID structure
@param[in] uuid UUID @param[out] str null-terminated UUID string, must be at least UUID_STR_LEN + 1 bytes