public unsafe void RawFree(global::Com.Facebook.Imagepipeline.Memory.NativeMemoryChunk value)
        {
            const string __id = "free.(Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;)V";

            try
            {
                JniArgumentValue *__args = stackalloc JniArgumentValue[1];
                __args[0] = new JniArgumentValue((value == null) ? IntPtr.Zero : ((global::Java.Lang.Object)value).Handle);
                _members.InstanceMethods.InvokeVirtualVoidMethod(__id, this, __args);
            }
            finally
            {
            }
        }
        public unsafe int RawGetBucketedSizeForValue(global::Com.Facebook.Imagepipeline.Memory.NativeMemoryChunk value)
        {
            const string __id = "getBucketedSizeForValue.(Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;)I";

            try
            {
                JniArgumentValue *__args = stackalloc JniArgumentValue[1];
                __args[0] = new JniArgumentValue((value == null) ? IntPtr.Zero : ((global::Java.Lang.Object)value).Handle);
                var __rm = _members.InstanceMethods.InvokeVirtualInt32Method(__id, this, __args);
                return(__rm);
            }
            finally
            {
            }
        }