windows::Wdk::System::SystemServices

Function MmAllocateContiguousMemorySpecifyCache

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