Function sqlite3_column_blob

Source
pub unsafe fn sqlite3_column_blob(
    stmt: *mut sqlite3_stmt,
    colIdx: c_int,
) -> *const c_void
Expand description

Get a BLOB result value from a column in the current result row.

See https://www.sqlite.org/c3ref/column_blob.html