pub unsafe trait ZeroableInOption: Sized { }
Trait for types which are Zeroable when wrapped in Option.
Option<YourType>