/// A request for SQLite to allocate a blob of a certain size.
///
/// When a `Reservation` is [used](crate::Bind) as a prepared
/// [statement](crate::Statement) parameter, SQLite will create a `BLOB` of the
/// [requested length](Reservation::len()) and set every byte in the blob to `\0`.
;