pub unsafe fn EnumSystemGeoNames<P0>(
    geoclass: u32,
    geoenumproc: GEO_ENUMNAMEPROC,
    data: P0
) -> Result<()>
where P0: IntoParam<LPARAM>,