• Philip Langdale's avatar
    Use pointer-to-struct typedefs for pointer-to-struct types · 9fdaf11b
    Philip Langdale authored
    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.
    9fdaf11b