Function windows::Wdk::System::SystemServices::IoQueryDeviceDescription

pub unsafe fn IoQueryDeviceDescription(
    bustype: Option<*const INTERFACE_TYPE>,
    busnumber: Option<*const u32>,
    controllertype: Option<*const CONFIGURATION_TYPE>,
    controllernumber: Option<*const u32>,
    peripheraltype: Option<*const CONFIGURATION_TYPE>,
    peripheralnumber: Option<*const u32>,
    calloutroutine: PIO_QUERY_DEVICE_ROUTINE,
    context: Option<*mut c_void>,
) -> NTSTATUS