(read-in-ns-decl rdr)
Attempts to read a (in-ns ...) declaration from a java.io.PushbackReader.
Returns nil if it fails or if a in-ns declaration cannot be found. The in-ns
declaration must be the first Clojure form in the file, except for
(comment ...) forms