pub unsafe fn acmStreamMessage<P0, P1, P2>(
    has: P0,
    umsg: u32,
    lparam1: P1,
    lparam2: P2
) -> u32
where P0: IntoParam<HACMSTREAM>, P1: IntoParam<LPARAM>, P2: IntoParam<LPARAM>,