pub unsafe extern "C" fn ftdi_read_eeprom_location(
    ftdi: *mut ftdi_context,
    eeprom_addr: c_int,
    eeprom_val: *mut c_ushort
) -> c_int