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