Type Definition ssvm_evmc_sys::evmc_call_fn[][src]

type evmc_call_fn = Option<unsafe extern "C" fn(context: *mut evmc_host_context, msg: *const evmc_message) -> evmc_result>;

Pointer to the callback function supporting EVM calls.

@param context The pointer to the Host execution context. @param msg The call parameters. @return The result of the call.