pub unsafe fn OpenFileMappingFromApp<P0, P1>(
    desiredaccess: u32,
    inherithandle: P0,
    name: P1
) -> Result<HANDLE>
where P0: IntoParam<BOOL>, P1: IntoParam<PCWSTR>,