i2c_read_unlocked
res = i2c_read_unlocked(bus, address, data, size);
res = i2c_read_unlocked(bus, address, read_data, read_size);
static status_t i2c_read_unlocked(i2c_bus *bus, int address, void *data, int size);