llama_beam_search_callback_fn_tFunction typedef
llama_beam_search_callback_fn_tFunction =
Void Function(Pointer<Void> , llama_beams_state)
Implementation
typedef llama_beam_search_callback_fn_tFunction = ffi.Void Function(
ffi.Pointer<ffi.Void>, llama_beams_state);