int transcode_to_mp3( ffi.Pointer<ffi.Char> src, ffi.Pointer<ffi.Char> dst, int bitrate, ) { return _transcode_to_mp3( src, dst, bitrate, ); }