pub unsafe fn ICSendMessage<P0>(
    hic: P0,
    msg: u32,
    dw1: usize,
    dw2: usize
) -> LRESULT
where P0: IntoParam<HIC>,