pub type SetContainsFn = for<'set, 'value> unsafe fn(PtrConst<'set>, PtrConst<'value>) -> bool;
Check if the set contains a value
The set parameter must point to aligned, initialized memory of the correct type.
set