pub unsafe extern "C" fn modbus_new_rtu( device: *const c_char, baud: c_int, parity: c_char, data_bit: c_int, stop_bit: c_int, ) -> *mut modbus_t