pub unsafe extern "system" fn OpenWindowStationW(
    lpszWinSta: *const u16,
    fInherit: i32,
    dwDesiredAccess: u32
) -> *mut HWINSTA__