pub unsafe fn DisassociateColorProfileFromDeviceA<P0, P1, P2>(
    pmachinename: P0,
    pprofilename: P1,
    pdevicename: P2
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,