pub unsafe extern "C" fn sqlite3_bind_int64( stmt: *mut sqlite3_stmt, idx: c_int, val: i64, ) -> c_int