pub unsafe fn waveOutGetPosition<P0>(
    hwo: P0,
    pmmt: *mut MMTIME,
    cbmmt: u32
) -> u32
where P0: IntoParam<HWAVEOUT>,