#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlite3_column_int( stmt: *mut Sqlite3Stmt, i_col: c_int, ) -> c_int
Get a 32-bit integer value from column i_col.
i_col
stmt must be a valid handle with an active row.
stmt