pub type DynSetI64Fn = unsafe fn(PtrUninit, i64);
Set the value to a signed 64-bit integer.
dst must point to uninitialized memory of the correct size and alignment. After this call, dst is fully initialized.
dst