Function windows::Win32::Media::Multimedia::ICInstall

pub unsafe fn ICInstall<P0, P1>(
    fcctype: u32,
    fcchandler: u32,
    lparam: P0,
    szdesc: P1,
    wflags: u32,
) -> BOOL
where P0: Param<LPARAM>, P1: Param<PCSTR>,