Creates hard links for the specified files from the source directory to the target directory.
source_directory (str) – The directory containing the original files.
target_directory (str) – The directory where hard links will be created.
filenames (list) – List of filenames for which hard links should be created.
None