private static IntPtr Create()
        {
            object error;

            return(NativeMethods.rs2_create_huffman_depth_decompress_block(out error));
        }