pub unsafe extern "C" fn llama_state_seq_save_file(
ctx: *mut llama_context,
filepath: *const c_char,
seq_id: llama_seq_id,
tokens: *const llama_token,
n_token_count: usize,
) -> usize
pub unsafe extern "C" fn llama_state_seq_save_file(
ctx: *mut llama_context,
filepath: *const c_char,
seq_id: llama_seq_id,
tokens: *const llama_token,
n_token_count: usize,
) -> usize