int snd_pcm_link( ffi.Pointer<snd_pcm_t> pcm1, ffi.Pointer<snd_pcm_t> pcm2, ) { return _snd_pcm_link( pcm1, pcm2, ); }