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