DynSetNullFn

Type Alias DynSetNullFn 

Source
pub type DynSetNullFn = unsafe fn(dst: PtrUninit);
Expand description

Set the value to null.

ยงSafety

dst must point to uninitialized memory of the correct size and alignment. After this call, dst is fully initialized.