pub type snd_async_callback_t = Option<unsafe extern "C" fn(handler: *mut snd_async_handler_t)>;
Expand description
\brief Async notification callback.
See the #snd_async_add_handler function for details.
Aliased Type§
pub enum snd_async_callback_t {
None,
Some(unsafe extern "C" fn(*mut _snd_async_handler)),
}