pub unsafe extern "C" fn llama_eval_embd(
    ctx: *mut llama_context,
    embd: *mut f32,
    n_tokens: i32,
    n_past: i32
) -> c_int