pub fn lookup_range(
    db: &mut DBWrapper,
    index_name: &String,
    start_height: i32,
    stop_index: *const BlockIndex,
    results: &mut Vec<BlockFilterIndexDBVal>
) -> bool