pub unsafe extern "system" fn CreateFileMappingFromApp(
    hfile: HANDLE,
    securityattributes: *const SECURITY_ATTRIBUTES,
    pageprotection: PAGE_PROTECTION_FLAGS,
    maximumsize: u64,
    name: PCWSTR
) -> HANDLE
Expand description

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