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