pub unsafe fn UninstallColorProfileW<P0, P1, P2>(
    pmachinename: P0,
    pprofilename: P1,
    bdelete: P2
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<BOOL>,