pub unsafe fn OpenDesktopW<P0, P1>(
    lpszdesktop: P0,
    dwflags: DESKTOP_CONTROL_FLAGS,
    finherit: P1,
    dwdesiredaccess: u32
) -> Result<HDESK>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,