pub type DynSetStrFn = unsafe fn(dst: PtrUninit, value: &str);
Set the value to a string.
dst must point to uninitialized memory of the correct size and alignment. After this call, dst is fully initialized.
dst