Function windows::Wdk::System::SystemServices::IoGetDeviceProperty
pub unsafe fn IoGetDeviceProperty(
deviceobject: *const DEVICE_OBJECT,
deviceproperty: DEVICE_REGISTRY_PROPERTY,
bufferlength: u32,
propertybuffer: Option<*mut c_void>,
resultlength: *mut u32,
) -> NTSTATUS