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