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