int snd_pcm_readn( ffi.Pointer<snd_pcm_t> pcm, ffi.Pointer<ffi.Pointer<ffi.Void>> bufs, int size, ) { return _snd_pcm_readn( pcm, bufs, size, ); }