Function windows::Wdk::Storage::FileSystem::NtCreateSection

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