removeHeadOrNull

fun Name.removeHeadOrNull(head: Name): Name?

if this starts with given head name, returns the reminder of the name (could be empty). Otherwise, returns null