pub fn i2c_smbus_read_block_data(
    fd: RawFd,
    command: u8,
    value: &mut [u8]
) -> Result<usize>