pub type Nullable<ST> = Nullable<ST>;
sql_types::Nullable<ST: NotNull>(ST)
struct Nullable<ST>(/* private fields */);