Creates an AST node pointing to a block.
Signature:
static createBlockNode(block: Block): ASTNode | null;
Returns:
ASTNode | null
An AST node pointing to a block.