pub unsafe extern "C" fn ftdi_setdtr_rts(
    ftdi: *mut ftdi_context,
    dtr: c_int,
    rts: c_int
) -> c_int