[ffigen] Automatic ref counting for ObjC objects (#372) * Infra for automatic memory management * Add (failing) auto ref count test * Fix the test * Fix analysis, and remove init ownership * Rename arc_test * Add a manual release function * More tests * Format * Give each test its own counter * Brian's comments