pub fn find_module( name: &str, load_paths: &[String], ) -> Result<String, Lovm2Error>
Search for a name inside the given directories. This strips the file extension and compares the file stem.