pub type DynSetDateTimeFn = unsafe fn(PtrUninit, i32, u8, u8, u8, u8, u8, u32, DynDateTimeKind);Expand description
Set the value to a datetime.
ยงSafety
dst must point to uninitialized memory of the correct size and alignment.
After this call, dst is fully initialized.