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

@brief Disable decoding using an external scorer.

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

@return Zero on success, non-zero on failure.