pub type DynBeginArrayFn = unsafe fn(dst: PtrUninit);Expand description
Initialize the value as an empty array.
ยงSafety
dst must point to uninitialized memory of the correct size and alignment.
After this call, dst is initialized as an empty array.