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