pub type JackClientRegistrationCallback = Option<unsafe extern "C" fn(*const i8, i32, *mut c_void)>;
pub enum JackClientRegistrationCallback { None, Some(unsafe extern "C" fn(*const i8, i32, *mut c_void)), }
No value.
Some value of type T.
T