pub fn get_func(sig: &str) -> Result<Function>
Given a function signature string, it tries to parse it as a Function
Function