int snd_pcm_mmap_commit( ffi.Pointer<snd_pcm_t> pcm, int offset, int frames, ) { return _snd_pcm_mmap_commit( pcm, offset, frames, ); }