pub unsafe extern "C" fn esp_openthread_set_coprocessor_reset_failure_callback(
callback: Option<unsafe extern "C" fn()>,
)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.