Function windows_sys::Wdk::Storage::FileSystem::FsRtlCreateSectionForDataScan
pub unsafe extern "system" fn FsRtlCreateSectionForDataScan(
sectionhandle: *mut HANDLE,
sectionobject: *mut *mut c_void,
sectionfilesize: *mut i64,
fileobject: *const FILE_OBJECT,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
maximumsize: *const i64,
sectionpageprotection: u32,
allocationattributes: u32,
flags: u32,
) -> NTSTATUS