For example: ```objc - (void)fooWithError:(out NSError **)error; ``` Result: ```dart void fooWithError(NSObjectRef<NSError> ref) { perform(SEL('fooWithError:'), args: [ref]); } ```