pub unsafe fn GetICMProfileA<P0>(
    hdc: P0,
    pbufsize: *mut u32,
    pszfilename: PSTR
) -> BOOL
where P0: IntoParam<HDC>,