Mounting USB volume in Docker for Windows

In Ubuntu, I can mount a USB volume with the command

docker run --privileged /dev/bus/usb/:/dev/bus/usb/ -d docker-image-name

What would be its equivalent line on Docker for Windows ?

I also want to know about it!

This can be achieved by mounting USB through VirtualBox