Type Definition ssvm_evmc_sys::evmc_destroy_fn [−][src]
pub type evmc_destroy_fn = Option<unsafe extern "C" fn(evm: *mut evmc_instance)>;
Expand description
Destroys the EVM instance.
@param evm The EVM instance to be destroyed.