1
extern int rust_op(int op, int a, int b); int use_rust_op(int op, int a, int b){ return rust_op(op,a,b); }