I have doubts about using the pstorage_init function in the example for SDK11 in this answer. Documentation says that this is module initialization routine but in the exemplary code it is used twice in the same module, first in the device_manager_init function and the second time in the pstorage_test_store_and_update. Is it necessary to use the pstorage_init that way or is it just overkill?