pub type lo_bundle_start_handler = Option<unsafe extern "C" fn(time: lo_timetag, user_data: *mut c_void) -> c_int>;
pub enum lo_bundle_start_handler { None, Some(unsafe extern "C" fn(lo_timetag, *mut c_void) -> i32), }
No value.
Some value of type T.
T