Hi.
Did I missed something here?
I was trying to port one C library for working with some chip via USB and found out there is no 'libusb_fill_bulk_transfer' function present inside Rust, but it exists in C library.
It my assumption correct?
I'd like to create and add those couple binding (libusb_fill_bulk_transfer(..) + libusb_fill_bulk_stream_transfer(..)) with related stuff.