2 // TODO: We don't support rewrite of method definitions
5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
6 - (id) another:(void *)location with:(unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; }
11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }