pub type OptionInitNoneFn = unsafe fn(option: PtrUninit) -> PtrMut;Expand description
Initialize an option with None
ยงSafety
The option parameter must point to uninitialized memory of sufficient size.
The function must properly initialize the memory.