pub fn msg_arg_data_copy_uninit(dst: &mut [MaybeUninit<u8>], offset: usize)Expand description
ยงSafety
This function will fully initialize dst (or trap if it cannot).
pub fn msg_arg_data_copy_uninit(dst: &mut [MaybeUninit<u8>], offset: usize)This function will fully initialize dst (or trap if it cannot).