Function windows_sys::Wdk::Storage::FileSystem::NtCreateSection

pub unsafe extern "system" fn NtCreateSection(
    sectionhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    maximumsize: *const i64,
    sectionpageprotection: u32,
    allocationattributes: u32,
    filehandle: HANDLE,
) -> NTSTATUS