Type Definition ssvm_evmc_sys::evmc_destroy_fn[][src]

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

Destroys the VM instance.

@param vm The VM instance to be destroyed.