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