pub unsafe extern "system" fn ZwMapViewOfSection(
    sectionhandle: HANDLE,
    processhandle: HANDLE,
    baseaddress: *mut *mut c_void,
    zerobits: usize,
    commitsize: usize,
    sectionoffset: *mut i64,
    viewsize: *mut usize,
    inheritdisposition: SECTION_INHERIT,
    allocationtype: u32,
    win32protect: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"