Definition
/**
* @template T
*
* @param StructureType<T>|Type<array<string, T>> $type
*
* @return StructureDefinition<T>
*
* @deprecated Use `structure_schema()` instead
*/
struct_schema(string $name, StructureType|Type $type, bool $nullable, ?Metadata $metadata) : StructureDefinition