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