pub unsafe extern "C" fn gguf_set_val_str(
    ctx: *mut gguf_context,
    key: *const c_char,
    val: *const c_char
)