// (Temporary code) ESP-IDF does not (yet) have a pthread rwlock implementation, which is required by STD
// We provide a quick and very hacky implementation here
;
/// A hack to make sure that certain symbols are linked to the final executable
/// Call this function once e.g. in the beginning of your main function