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