pub fn extract_interpreter(executable: &Path) -> Option<Data>
Parse the shebang (#!<path>) from the first line of executable, and return the shebang data when available.
#!<path>
executable