Type Definition ssvm_evmc_sys::evmc_get_capabilities_fn[][src]

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

Return the supported capabilities of the VM instance.

This function MAY be invoked multiple times for a single VM instance, and its value MAY be influenced by calls to evmc_vm::set_option.

@param vm The VM instance. @return The supported capabilities of the VM. @see evmc_capabilities.