Type Definition r_core::RBreakpointCallback[][src]

pub type RBreakpointCallback = Option<unsafe extern "C" fn(bp: *mut r_bp_t, b: *mut RBreakpointItem, set: bool) -> c_int>;