Function windows_sys::Wdk::System::SystemServices::IoGetDeviceProperty

pub unsafe extern "system" fn IoGetDeviceProperty(
    deviceobject: *const DEVICE_OBJECT,
    deviceproperty: DEVICE_REGISTRY_PROPERTY,
    bufferlength: u32,
    propertybuffer: *mut c_void,
    resultlength: *mut u32,
) -> NTSTATUS