# C header generation configuration
= "C"
= "/* Auto-generated by cbindgen. Do not edit. */"
= "CACHEKIT_H"
= true
= ["stdint.h", "stddef.h", "stdbool.h"]
# Opaque handle types (macro-generated, invisible to cbindgen)
# These are forward declarations for opaque pointers used across FFI
= """
/* Opaque handle types - never dereference from C */
typedef struct CACHEKIT_ByteStorage CACHEKIT_ByteStorage;
typedef struct CACHEKIT_CachekitEncryptor CACHEKIT_CachekitEncryptor;
"""
[]
= "CACHEKIT_"
[]
= "ScreamingSnakeCase"