int snd_pcm_nonblock( ffi.Pointer<snd_pcm_t> pcm, int nonblock, ) { return _snd_pcm_nonblock( pcm, nonblock, ); }