Construct a cls_meth pointer for the method $cls::$meth
namespace HH;
function dynamic_class_meth(
string $cls_name,
string $meth_name,
): dynamic;
The method should be
a static method marked __DynamicallyCallable.
Parameters
string $cls_name
string $meth_name
Returns