pub unsafe extern "system" fn OpenFileMappingW(
    dwdesiredaccess: u32,
    binherithandle: BOOL,
    lpname: PCWSTR
) -> HANDLE
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’