windows::Wdk::System::SystemServices

Function MmAllocateContiguousNodeMemory

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