pub unsafe fn ColorProfileRemoveDisplayAssociation<P0, P1>(
    scope: WCS_PROFILE_MANAGEMENT_SCOPE,
    profilename: P0,
    targetadapterid: LUID,
    sourceid: u32,
    dissociateadvancedcolor: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<BOOL>,