pub async fn get_function_definition(code: &str) -> Result<Function>
Get function definition by its code.
Returns error if there was a problem when determining function parameters.