Dynamic library built with cc_shared_library does not have symbol for member functions that return pointers
I try to build a dynamic library for some class defined in a BAZEL project with cc_shared_library, but the constructed dynamic library does not have symbol information for member functions returning pointer member variables.