pub type SkipSerializingIfFn = for<'mem> unsafe fn(value: PtrConst<'mem>) -> bool;
A function that, if present, determines whether field should be included in the serialization step.