// bindgen-flags: --new-type-alias "SomePtr" --new-type-alias-deref "AnotherPtr" typedef int OSStatus; typedef void* SomePtr; typedef void* AnotherPtr;