Type Definition rust_ssvm::types::ffi::evmc_call_fn [−][src]
pub type evmc_call_fn = Option<unsafe extern "C" fn(*mut evmc_context, *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.