Declared in <absl/functional/function_ref.h>
<absl/functional/function_ref.h>
template< auto F, typename Obj, typename = EnableIfCompatible<decltype(F), Obj*>> FunctionRef( nontype_t<F>, Obj* obj) noexcept;