pub unsafe extern "C" fn uuid_v3(
uuid: *mut uuid_t,
ns: *const uuid_t,
name: *const u8,
len: size_t,
)
Expand description
Generate a version 3(md5 based) UUID from a namespace and a byte array
@param[out] uuid UUID struct to fill @param[in] ns Namespace UUID @param[in] name Ptr to byte array to use as name part @param[in] len Length of the byte array