USB events on Windows

Hello there. I am a junior developer in Kotlin. I am playing around with Kotlin Native on Windows. I try to implement a simple cli app that displays a message when a usb stick is connected or removed. Following Windows Api it seems I have to use dbt.h which as far as I know, it’s not part of the platform.windows package. Am I missing something here? Is it possible that such an important feature is left out of the platform.windows package?
Thanks a lot.