pub unsafe fn WcsDisassociateColorProfileFromDevice<P0, P1>(
    scope: WCS_PROFILE_MANAGEMENT_SCOPE,
    pprofilename: P0,
    pdevicename: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,