Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pointer-to-struct typedefs for pointer-to-struct types
Use of void * can lead to silent errors if you accidentally pass the address of a pointer instead of the pointer. I got the struct names from the API docs, although having those match is not actually important. This now matches the pattern used in the official headers.
- Loading branch information