pub unsafe trait PodInOption: ZeroableInOption + Copy + 'static { }
Trait for types which are Pod when wrapped in Option.
Option<T>