pub unsafe extern "C" fn rkllm_load_prompt_cache(
handle: LLMHandle,
prompt_cache_path: *const c_char,
) -> c_intExpand description
@brief Loads a prompt cache from a file. @param handle LLM handle. @param prompt_cache_path Path to the prompt cache file. @return Status code (0 for success, non-zero for failure).