pub unsafe extern "C" fn ftdi_set_line_property2(
    ftdi: *mut ftdi_context,
    bits: ftdi_bits_type,
    sbit: ftdi_stopbits_type,
    parity: ftdi_parity_type,
    break_type: ftdi_break_type
) -> c_int