pub unsafe fn waveInMessage<P0>(
    hwi: P0,
    umsg: u32,
    dw1: usize,
    dw2: usize
) -> u32
where P0: IntoParam<HWAVEIN>,