std::nullptr support
The std::nullptr_t type is defined as #Nullable which is always in null state.
The ozo::unwrap() function with std::nullptr_t type argument returns std::nullptr.
The std::nullptr_t type is mapped as NULL for PostgreSQL.