Function ss_ewasm_api::returndata_copy[][src]

pub fn returndata_copy(
    from: usize,
    length: usize,
    ret: &mut [u8]
) -> Result<(), Error>
Expand description

Returns the segment of return buffer data beginning at from and continuing for length bytes.