fix clang16 compilation problem in ACTS-related code
I think clang chokes on the extra template parameter when getting a function pointer. Right now this doesn't actually have to be generic, so we can just un-template this function.
I think clang chokes on the extra template parameter when getting a function pointer. Right now this doesn't actually have to be generic, so we can just un-template this function.