Type Definition evmc_sys::evmc_call_fn[][src]

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

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.