pub unsafe extern "C" fn DS_ClearHotWords(
    aCtx: *mut ModelState
) -> c_int
Expand description

@brief Removes all elements from the hot-words map.

@param aCtx The ModelState pointer for the model being changed.

@return Zero on success, non-zero on failure (invalid arguments).