pub unsafe extern "C" fn ggml_graph_compute_with_ctx(
    ctx: *mut ggml_context,
    cgraph: *mut ggml_cgraph,
    n_threads: c_int
)