pub unsafe extern "C" fn ftdi_read_data(
    ftdi: *mut ftdi_context,
    buf: *mut c_uchar,
    size: c_int
) -> c_int