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
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"