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