multiversx_chain_vm::mem_conv

Function with_mem_ptr_mut

Source
pub fn with_mem_ptr_mut<F, R>(bytes: &mut [u8], f: F) -> R
where F: FnOnce(MemPtr, MemLength) -> R,