static void n_SetZeroCoeff_II(IntPtr jnienv, IntPtr native__this, int p0, int p1)
 {
     global::Org.Jcodec.Codecs.H264.IO.CAVLC __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.IO.CAVLC> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetZeroCoeff(p0, p1);
 }