pub unsafe extern "C" fn dc_usb_device_free(
device: *mut dc_usb_device_t,
)Expand description
Destroy the USB device and free all resources.
@param[in] device A valid USB device.
pub unsafe extern "C" fn dc_usb_device_free(
device: *mut dc_usb_device_t,
)Destroy the USB device and free all resources.
@param[in] device A valid USB device.