pub unsafe extern "C" fn llama_set_n_threads(
    ctx: *mut llama_context,
    n_threads: u32,
    n_threads_batch: u32
)