pub unsafe extern "C" fn sqlite3_bind_double( stmt: *mut sqlite3_stmt, col_index: c_int, val: f64, ) -> c_int