pub unsafe extern "C" fn vaSetErrorCallback(
dpy: VADisplay,
callback: VAMessageCallback,
user_context: *mut c_void,
) -> VAMessageCallbackExpand description
Set the callback for error messages, or NULL for no logging. Returns the previous one, or NULL if it was disabled.