Prints paths from runtime entry MFAs to the given destination MFA.
$ mix holo.compiler.runtime_to_mfa_paths "{MyModule, :my_fun, 2}"
Where {MyModule, :my_fun, 2} is the destination MFA.
{MyModule, :my_fun, 2}