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