pub unsafe extern "system" fn NtExtendSection(
    SectionHandle: HANDLE,
    NewSectionSize: *mut i64
) -> NTSTATUS