pub unsafe extern "C" fn llama_eval(
ctx: *mut llama_context,
tokens: *const llama_token,
n_tokens: c_int,
n_past: c_int,
n_threads: c_int,
) -> c_int
pub unsafe extern "C" fn llama_eval(
ctx: *mut llama_context,
tokens: *const llama_token,
n_tokens: c_int,
n_past: c_int,
n_threads: c_int,
) -> c_int