pub unsafe fn SetStandardColorSpaceProfileW<P0, P1>(
    pmachinename: P0,
    dwprofileid: u32,
    pprofilename: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,