py: Implement calling functions with *args in native emitter.
diff --git a/py/nativeglue.c b/py/nativeglue.c
index 674ee99..ab40630 100644
--- a/py/nativeglue.c
+++ b/py/nativeglue.c
@@ -117,6 +117,7 @@
     mp_make_function_from_raw_code,
     mp_native_call_function_n_kw,
     mp_call_method_n_kw,
+    mp_call_method_n_kw_var,
     mp_getiter,
     mp_iternext,
     nlr_push,