pub unsafe extern "C" fn rkllm_release_prompt_cache( handle: LLMHandle, ) -> c_int
@brief Releases the prompt cache from memory. @param handle LLM handle. @return Status code (0 for success, non-zero for failure).