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