Act on a field instance being created.
This hook is invoked from field_create_instance() after the instance record is saved, so it cannot be used to modify the instance itself.
$instance: The instance just created.
function hook_field_create_instance($instance) {
// @todo Needs function body.
}