释放接口
Future<void> releaseInterface({required int iface}) => RustLib.instance.api .crateApiUsbUsbHandleReleaseInterface(that: this, iface: iface);