Function llama_cpp_sys::llama_token_to_piece

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