@override int opus_decoder_init( ffi.Pointer<OpusDecoder> st, int Fs, int channels, ) { return _opus_decoder_init(st, Fs, channels); }