pub unsafe extern "system" fn CreateFileMapping2(
    file: HANDLE,
    securityattributes: *const SECURITY_ATTRIBUTES,
    desiredaccess: u32,
    pageprotection: PAGE_PROTECTION_FLAGS,
    allocationattributes: u32,
    maximumsize: u64,
    name: PCWSTR,
    extendedparameters: *mut MEM_EXTENDED_PARAMETER,
    parametercount: u32
) -> HANDLE
Expand description

Required features: "Win32_System_Memory", "Win32_Foundation", "Win32_Security"