Naming convention for a C++ function library exposed to blueprints

What name should a function library class exposed to blueprints, but most likely going to be used by C++ code, have?

“MyFunctionsLibrary.h” or “MyFunctionsBlueprintLibrary.h” or something else?