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