Function uuid4_eq

Source
#[no_mangle]
pub extern "C" fn uuid4_eq(lhs: &UUID4, rhs: &UUID4) -> u8
Expand description

Compare two UUID values, returning 1 when they are equal and 0 otherwise.