Function sqlite3_column_int64

Source
#[no_mangle]
pub extern "C" fn sqlite3_column_int64(
    _stmt: *mut SQLite3Stmt,
    _idx: i32,
) -> i64