pub type JackPortRegistrationCallback = Option<unsafe extern "C" fn(port: jack_port_id_t, arg1: c_int, arg: *mut c_void)>;
enum JackPortRegistrationCallback { None, Some(unsafe extern "C" fn(_: u32, _: i32, _: *mut c_void)), }
No value.
Some value of type T.
T