pub unsafe extern "C" fn SBTargetBreakpointCreateByLocation6(
    instance: SBTargetRef,
    file_spec: SBFileSpecRef,
    line: u32,
    column: u32,
    offset: lldb_addr_t,
    module_list: SBFileSpecListRef,
    move_to_nearest_code: bool
) -> SBBreakpointRef