Function windows::Win32::UI::ColorSystem::UninstallColorProfileA

pub unsafe fn UninstallColorProfileA<P0, P1, P2>(
    pmachinename: P0,
    pprofilename: P1,
    bdelete: P2,
) -> BOOL
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<BOOL>,