pub type rmw_event_callback_t = Option<unsafe extern "C" fn(user_data: *const c_void, number_of_events: usize)>;
enum rmw_event_callback_t { None, Some(unsafe extern "C" fn(_: *const c_void, _: usize)), }
No value.
Some value of type T.
T