pub unsafe fn waveInPrepareHeader<P0>(
    hwi: P0,
    pwh: *mut WAVEHDR,
    cbwh: u32
) -> u32
where P0: IntoParam<HWAVEIN>,