pub unsafe fn EnumWindowStationsW<P0>(
    lpenumfunc: WINSTAENUMPROCW,
    lparam: P0
) -> Result<()>
where P0: IntoParam<LPARAM>,