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