windows::Wdk::System::SystemServices

Function MmAllocateContiguousMemorySpecifyCacheNode

pub unsafe fn MmAllocateContiguousMemorySpecifyCacheNode(
    numberofbytes: usize,
    lowestacceptableaddress: i64,
    highestacceptableaddress: i64,
    boundaryaddressmultiple: Option<i64>,
    cachetype: MEMORY_CACHING_TYPE,
    preferrednode: u32,
) -> *mut c_void