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