int snd_pcm_bytes_to_frames( ffi.Pointer<snd_pcm_t> pcm, int bytes, ) { return _snd_pcm_bytes_to_frames( pcm, bytes, ); }