int snd_pcm_frames_to_bytes( ffi.Pointer<snd_pcm_t> pcm, int frames, ) { return _snd_pcm_frames_to_bytes( pcm, frames, ); }