Type Definition ssvm_evmc_sys::evmc_destroy_fn[][src]

type evmc_destroy_fn = Option<unsafe extern "C" fn(evm: *mut evmc_instance)>;

Destroys the EVM instance.

@param evm The EVM instance to be destroyed.