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