pub type CmpFnWide = for<'l, 'r> unsafe fn(left: PtrConstWide<'l>, right: PtrConstWide<'r>) -> Ordering;Expand description
Function to compare two values and return their ordering (wide pointer version)
ยงSafety
Both left and right parameters must point to aligned, initialized memory of the correct type.