pub unsafe extern "system" fn ZwQuerySection(
    SectionHandle: HANDLE,
    SectionInformationClass: SECTION_INFORMATION_CLASS,
    SectionInformation: *mut c_void,
    SectionInformationLength: usize,
    ReturnLength: *mut usize
) -> NTSTATUS