Function windows::Wdk::System::Memory::ZwMapViewOfSection
pub unsafe fn ZwMapViewOfSection<P0, P1>(
sectionhandle: P0,
processhandle: P1,
baseaddress: *mut *mut c_void,
zerobits: usize,
commitsize: usize,
sectionoffset: Option<*mut i64>,
viewsize: *mut usize,
inheritdisposition: SECTION_INHERIT,
allocationtype: u32,
win32protect: u32,
) -> NTSTATUS