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