Not sure how exactly though, as
sizeof(displayInfo->edid_bytes)relies on the fact that ddcutil defines it as byte array rather than byte pointer
Maybe we should just do that + add a static_assert(sizeof(displayInfo->edid_bytes) == 128) to make sure we know at build time if it were to change