Function windows_sys::Wdk::System::SystemServices::IoAssignResources

pub unsafe extern "system" fn IoAssignResources(
    registrypath: *const UNICODE_STRING,
    driverclassname: *const UNICODE_STRING,
    driverobject: *const DRIVER_OBJECT,
    deviceobject: *const DEVICE_OBJECT,
    requestedresources: *const IO_RESOURCE_REQUIREMENTS_LIST,
    allocatedresources: *mut *mut CM_RESOURCE_LIST,
) -> NTSTATUS