pub type InvariantsFnWide = for<'mem> unsafe fn(value: PtrConstWide<'mem>) -> bool;Expand description
Function to validate the invariants of a value. If it returns false, the value is considered invalid (wide pointer version).
ยงSafety
The value parameter must point to aligned, initialized memory of the correct type.