No function signature for PDMenuItemCallbackFunction in c api documentation

other callback functions in the c api documentation outline a function signature for the callback, but there is none for PDMenuItemCallbackFunction. for example, AudioSourceFunction has one here in the documentation. also, the header where the typedef is done there's a comment stating return 0 when done despite the function signture returning void.

1 Like