pub fn node_param(sig: &Signature) -> Option<Ident>
Find the name of the function argument whose type contains TaskNode.
TaskNode
Returns None if no such argument exists.
None