pub type vllm_token_callback = Option<unsafe extern "C" fn(delta_text: *const c_char, finished: bool, user_data: *mut c_void) -> bool>;Aliased Type§
pub enum vllm_token_callback {
None,
Some(unsafe extern "C" fn(*const i8, bool, *mut c_void) -> bool),
}