Function windows::Win32::System::Memory::CreateFileMappingW
pub unsafe fn CreateFileMappingW<P0, P1>(
hfile: P0,
lpfilemappingattributes: Option<*const SECURITY_ATTRIBUTES>,
flprotect: PAGE_PROTECTION_FLAGS,
dwmaximumsizehigh: u32,
dwmaximumsizelow: u32,
lpname: P1,
) -> Result<HANDLE>where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,