pub unsafe extern "C" fn DS_EraseHotWord(
    aCtx: *mut ModelState,
    word: *const c_char
) -> c_int
Expand description

@brief Remove entry for a hot-word from the hot-words map.

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

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