pub type _bindgen_ty_55 = c_uint;Expand description
––––– Callback Selectors –––––
Some callbacks have different high and low quality versions. The parameter block of function pointers will automatically be filled with the appropriate versions for the current quality setting, but some filters may wish to override this and access a callback of different quality. To do this, a get_callback_addr callback is provided which will take a callback selector and a desired quality and return the callback of that quality. The selectors for the various callbacks are listed here. Also, a typedef for the function pointer that will be returned is given.