pub unsafe extern "C" fn gguf_set_arr_data(
    ctx: *mut gguf_context,
    key: *const c_char,
    type_: gguf_type,
    data: *const c_void,
    n: c_int
)