pub unsafe extern "C" fn ftdi_setflowctrl_xonxoff(
    ftdi: *mut ftdi_context,
    xon: c_uchar,
    xoff: c_uchar
) -> c_int