pub fn msg_method_name_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_method_name_copy_uninit(dst: &mut [MaybeUninit<u8>], offset: usize)This function will fully initialize dst (or trap if it cannot).