pub unsafe fn SetICMProfileA<P0, P1>(hdc: P0, lpfilename: P1) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<PCSTR>,