static void n_Set_J(IntPtr jnienv, IntPtr native__this, long p0)
 {
     global::Org.Jcodec.Containers.Mkv.Boxes.EbmlUint __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mkv.Boxes.EbmlUint> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Set(p0);
 }
 static long n_Get(IntPtr jnienv, IntPtr native__this)
 {
     global::Org.Jcodec.Containers.Mkv.Boxes.EbmlUint __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Containers.Mkv.Boxes.EbmlUint> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Get());
 }