pub unsafe fn EnumICMProfilesA<P0, P1>(
    hdc: P0,
    proc: ICMENUMPROCA,
    param2: P1
) -> i32
where P0: IntoParam<HDC>, P1: IntoParam<LPARAM>,