pub unsafe fn midiOutMessage<P0>(
    hmo: P0,
    umsg: u32,
    dw1: usize,
    dw2: usize
) -> u32
where P0: IntoParam<HMIDIOUT>,