Type Alias OptionInitNoneFn

Source
pub type OptionInitNoneFn = unsafe fn(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.