This packet is sent by the client to close a prepared statement or a portal.
closeType (byte): either 'S' for a prepared statement, or 'P' for a portal.
name (string): the name of the prepared statement or portal, empty for default
This packet type has no methods aside from the common ones.