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