fn has_id_like_name(param: &VariableDefinition<'_>) -> bool
Returns true when the parameter name matches id/ID, ends with Id, _id, _ID, or ends with ID preceded by a lowercase ASCII letter.
id
ID
Id
_id
_ID