Function windows_sys::Win32::System::Memory::CreateFileMapping2
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