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