pub unsafe fn waveOutMessage<P0>(
    hwo: P0,
    umsg: u32,
    dw1: usize,
    dw2: usize
) -> u32
where P0: IntoParam<HWAVEOUT>,