int snd_pcm_pause( ffi.Pointer<snd_pcm_t> pcm, int enable, ) { return _snd_pcm_pause( pcm, enable, ); }