pub fn calldata_copy( from: usize, length: usize, ret: &mut [u8], ) -> Result<(), Error>
Returns the segment of call data beginning at from, and continuing for length bytes.
from
length