pub unsafe fn FsRtlCreateSectionForDataScan(
    sectionhandle: *mut HANDLE,
    sectionobject: *mut *mut c_void,
    sectionfilesize: Option<*mut i64>,
    fileobject: *const FILE_OBJECT,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    maximumsize: Option<*const i64>,
    sectionpageprotection: u32,
    allocationattributes: u32,
    flags: u32,
) -> NTSTATUS