pub unsafe extern "C" fn SBTargetFindBreakpointsByName(
    instance: SBTargetRef,
    name: *const c_char,
    bkpt_list: SBBreakpointListRef
) -> bool