pub unsafe extern "C" fn SBTargetBreakpointCreateByNames(
    instance: SBTargetRef,
    symbol_name: *const *const c_char,
    num_names: u32,
    name_type_mask: u32,
    module_list: SBFileSpecListRef,
    comp_unit_list: SBFileSpecListRef
) -> SBBreakpointRef