Load a dynamic library. On success, returns the handle to library in result, copies the serialized OpList of OpDefs registered in the library to *buf and the length to *len, and returns OK from the function. Otherwise return nullptr in result and an error status from the function, leaving buf and len untouched. If `library_filename` has already been loaded, we return a cached handle and OpList. O
source not stored for this graph (policy: none)
no test coverage detected