pub unsafe extern "C" fn esp_openthread_set_coprocessor_reset_failure_callback(
callback: esp_openthread_coprocessor_reset_failure_callback,
)Expand description
@brief Registers the callback for co-processor reset failure.
@note This function should be called before esp_openthread_init.
@param[in] callback The callback.