[−][src]Type Definition evmc_sys::evmc_destroy_fn
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.
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.