pub unsafe extern "C" fn llama_state_seq_load_file(
ctx: *mut llama_context,
filepath: *const c_char,
dest_seq_id: llama_seq_id,
tokens_out: *mut llama_token,
n_token_capacity: usize,
n_token_count_out: *mut usize,
) -> usize
pub unsafe extern "C" fn llama_state_seq_load_file(
ctx: *mut llama_context,
filepath: *const c_char,
dest_seq_id: llama_seq_id,
tokens_out: *mut llama_token,
n_token_capacity: usize,
n_token_count_out: *mut usize,
) -> usize