(int arg1, int arg2)
| 91 | static interface TestInterface extends Library { |
| 92 | interface Int32Callback extends Callback { |
| 93 | int invoke(int arg1, int arg2); |
| 94 | } |
| 95 | interface NativeLongCallback extends Callback { |
| 96 | NativeLong invoke(NativeLong arg1, NativeLong arg2); |
no outgoing calls