Function windows::Wdk::Storage::FileSystem::ZwCreateSectionEx

pub unsafe fn ZwCreateSectionEx<P0>(
    sectionhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    maximumsize: Option<*const i64>,
    sectionpageprotection: u32,
    allocationattributes: u32,
    filehandle: P0,
    extendedparameters: Option<&mut [MEM_EXTENDED_PARAMETER]>,
) -> NTSTATUS
where P0: Param<HANDLE>,