pub unsafe extern "C" fn llama_token_to_piece(
model: *const llama_model,
token: llama_token,
buf: *mut c_char,
length: i32,
lstrip: i32,
special: bool,
) -> i32
pub unsafe extern "C" fn llama_token_to_piece(
model: *const llama_model,
token: llama_token,
buf: *mut c_char,
length: i32,
lstrip: i32,
special: bool,
) -> i32