pub type NativeFn = Arc<dyn Fn(&[Value]) -> NativeResult + Send + Sync>;
A host-side function callable from bytecode via Opcode::CallNative.
Opcode::CallNative
pub struct NativeFn { /* private fields */ }