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