pub unsafe extern "C" fn otPlatSettingsWipe(
aInstance: *mut otInstance,
)
Expand description
Removes all settings from the setting store.
Deletes all settings from the settings store, resetting it to its initial factory state.
@param[in] aInstance The OpenThread instance structure.