pub type rcl_timer_callback_t = Option<unsafe extern "C" fn(arg1: *mut rcl_timer_t, arg2: i64)>;
enum rcl_timer_callback_t { None, Some(unsafe extern "C" fn(_: *mut rcl_timer_s, _: i64)), }
No value.
Some value of type T.
T