1 2 3 4 5
// bindgen-flags: --new-type-alias "SomePtr" --new-type-alias-deref "AnotherPtr" typedef int OSStatus; typedef void* SomePtr; typedef void* AnotherPtr;