Function windows::Win32::System::Memory::CreateFileMappingA

pub unsafe fn CreateFileMappingA<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<PCSTR>,