bootloader_util_regions_overlap() function
Check if half-open intervals overlap
Syntax
static inline bool bootloader_util_regions_overlap(
const intptr_t start1,
const intptr_t end1,
const intptr_t start2,
const intptr_t end2);
Return value
true iff [start1; end1) overlaps [start2; end2)