pub unsafe fn waveOutUnprepareHeader<P0>(
    hwo: P0,
    pwh: *mut WAVEHDR,
    cbwh: u32
) -> u32
where P0: IntoParam<HWAVEOUT>,