Function sqlite3_column_double

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