Function windows_sys::Wdk::Storage::FileSystem::NtAllocateVirtualMemory
pub unsafe extern "system" fn NtAllocateVirtualMemory(
processhandle: HANDLE,
baseaddress: *mut *mut c_void,
zerobits: usize,
regionsize: *mut usize,
allocationtype: u32,
protect: u32,
) -> NTSTATUS