Expose Waku Store client queries on the liblogosdelivery C ABI so hosts can
run historical message queries without libwaku. Implementation mirrors
kernel store JSON parsing and delegates to wakuStoreClient.query.
* Initial for liblogosdelivery library (static & dynamic) based on current state of API.
* nix build support added.
* logosdelivery_example
* Added support for missing logLevel/logFormat in new API create_node
* Added full JSON to NodeConfig support
* Added ctx and ctx.myLib check to avoid uninitialzed calls and crash. Adjusted logosdelivery_example with proper error handling and JSON config format
* target aware install phase
* Fix base64 decode of payload