int snd_pcm_mmap_writei( ffi.Pointer<snd_pcm_t> pcm, ffi.Pointer<ffi.Void> buffer, int size, ) { return _snd_pcm_mmap_writei( pcm, buffer, size, ); }