pub type evmc_destroy_fn = Option<unsafe extern "C" fn(vm: *mut evmc_vm)>;Expand description
Destroys the VM instance.
@param vm The VM instance to be destroyed.
Aliased Type§
pub enum evmc_destroy_fn {
None,
Some(unsafe extern "C" fn(*mut evmc_vm)),
}