Skip to main content

nvme_uuid_from_string

Function nvme_uuid_from_string 

Source
pub unsafe extern "C" fn nvme_uuid_from_string(
    str_: *const c_char,
    uuid: *mut c_uchar,
) -> c_int
Expand 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.