pub unsafe extern "C" fn sqlite3_column_blob(
    arg1: *mut sqlite3_stmt,
    iCol: c_int
) -> *const c_void