According to this blog
point Solution A) Beware of other libraries in your locking callback implementation
We should check if another callback is set if not then only set the callback. But how to check if another callback is already set using c/c++ api?