pub unsafe extern "C" fn sqlite3_bind_double( pStmt: *mut sqlite3_stmt, index: c_int, value: c_double, ) -> c_int