Function eei::ethereum_finish[][src]

pub unsafe extern "C" fn ethereum_finish(data_ptr: *const u8, data_length: i32)
Expand description

Stop execution and return output data.

Arguments:

  • data_ptr: the pointer to memory where where the output begins.
  • data_length: the length of data in bytes of the output.