pub unsafe extern "C" fn nvme_uuid_from_string(
str_: *const c_char,
uuid: *mut c_uchar,
) -> c_intExpand description
nvme_uuid_from_string - Return encoded UUID represenation of string UUID @uuid: Binary encoded input UUID @str: Output string represenation of UUID
Return: Returns error code if type conversion fails.