Variable LIBUSB_TRANSFER_FREE_BUFFERConst

LIBUSB_TRANSFER_FREE_BUFFER: number

Automatically free() transfer buffer during libusb_free_transfer(). Note that buffers allocated with libusb_dev_mem_alloc() should not be attempted freed in this way, since free() is not an appropriate way to release such memory.