Function windows_sys::Wdk::Storage::FileSystem::ZwCreateSectionEx

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