pub type DynSetBytesFn = unsafe fn(PtrUninit, &[u8]);
Set the value to bytes.
dst must point to uninitialized memory of the correct size and alignment. After this call, dst is fully initialized.
dst