pub fn fold_field_mutability<F>(
    f: &mut F,
    node: FieldMutability
) -> FieldMutability
where F: Fold + ?Sized,