DynSetStrFn

Type Alias DynSetStrFn 

Source
pub type DynSetStrFn = unsafe fn(PtrUninit, &str);
Expand description

Set the value to a string.

ยงSafety

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