NdisMGetDeviceProperty

Function NdisMGetDeviceProperty 

pub unsafe fn NdisMGetDeviceProperty(
    miniportadapterhandle: *const c_void,
    physicaldeviceobject: Option<*mut *mut DEVICE_OBJECT>,
    functionaldeviceobject: Option<*mut *mut DEVICE_OBJECT>,
    nextdeviceobject: Option<*mut *mut DEVICE_OBJECT>,
    allocatedresources: Option<*mut *mut CM_RESOURCE_LIST>,
    allocatedresourcestranslated: Option<*mut *mut CM_RESOURCE_LIST>,
)