DynSetDateTimeFn

Type Alias DynSetDateTimeFn 

Source
pub type DynSetDateTimeFn = unsafe fn(dst: PtrUninit, year: i32, month: u8, day: u8, hour: u8, minute: u8, second: u8, nanos: u32, kind: 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.