pub type ubc_break_func_t = Option<unsafe extern "C" fn(bp: *const ubc_breakpoint_t, ctx: *const irq_context_t, user_data: *mut c_void) -> bool>;
Aliased Type§
enum ubc_break_func_t {
None,
Some(unsafe extern "C" fn(_: *const ubc_breakpoint_t, _: *const irq_context_t, _: *mut c_void) -> bool),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const ubc_breakpoint_t, _: *const irq_context_t, _: *mut c_void) -> bool)
Some value of type T
.