pub fn get_signature(
    function_name: &str,
    function_type: &FunctionType
) -> Option<String>