[][src]Function ewasm_api::returndata_copy

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

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