The function pointer type for error callbacks.
This is the function pointer type for error callbacks. An error callback function has the following signature:
void callback_name(int error_code, const char* description)
Added in version 3.0.
Ingroup: init
See Implementation
The function pointer type for error callbacks.
This is the function pointer type for error callbacks. An error callback function has the following signature: