ListInitInPlaceWithCapacityFn

Type Alias ListInitInPlaceWithCapacityFn 

Source
pub type ListInitInPlaceWithCapacityFn = unsafe fn(PtrUninit, usize) -> PtrMut;
Expand description

Initialize a list in place with a given capacity

ยงSafety

The list parameter must point to uninitialized memory of sufficient size. The function must properly initialize the memory.