pub fn create_native_function_adapter<F, Args>(
func: F,
) -> Box<dyn NativeFunctionAdapter + 'static>where
Args: FromLangArgs + 'static,
F: Fn(&mut Interpreter, Args) -> Result<OptionDataObjectRef> + 'static,pub fn create_native_function_adapter<F, Args>(
func: F,
) -> Box<dyn NativeFunctionAdapter + 'static>where
Args: FromLangArgs + 'static,
F: Fn(&mut Interpreter, Args) -> Result<OptionDataObjectRef> + 'static,