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