Return the short string of the specified language id (e.g. 2 -> "de"), returns nullptr if not found
ffi.Pointer<ffi.Char> whisper_lang_str( int id, ) { return _whisper_lang_str( id, ); }