native/FunctionsNative.h (4 lines of code) (raw):

// Using special macro to define stubs for the exported methods FN(double, testFunction) ARGS(double a, double b) { return test_function(a, b); }