pub fn i2c_smbus_block_process_call(
    fd: RawFd,
    command: u8,
    write: &[u8],
    read: &mut [u8]
) -> Result<usize>