pub type snd_pcm_hook_func_t = Option<unsafe extern "C" fn(hook: *mut snd_pcm_hook_t) -> c_int>;
pub enum snd_pcm_hook_func_t { None, Some(unsafe extern "C" fn(*mut _snd_pcm_hook) -> i32), }
No value.
Some value of type T.
T