DynSetBytesFn

Type Alias DynSetBytesFn 

Source
pub type DynSetBytesFn = unsafe fn(dst: PtrUninit, value: &[u8]);
Expand description

Set the value to bytes.

ยงSafety

dst must point to uninitialized memory of the correct size and alignment. After this call, dst is fully initialized.