pub type rcl_jump_callback_t = Option<unsafe extern "C" fn(time_jump: *const rcl_time_jump_t, before_jump: bool, user_data: *mut c_void)>;
Aliased Type§
enum rcl_jump_callback_t {
None,
Some(unsafe extern "C" fn(*const rcl_time_jump_s, bool, *mut c_void)),
}