Add new comment

The _libraw_open_file is from

The _libraw_open_file is from LibRaw C API
The __ZN6LibRaw9open_fileEPKc is C++ name mangled LibRaw::open_file(char const*), you may use nm with -C option to see the demangled name.

-- Alex Tutubalin @LibRaw LLC