pub async fn track_chunk_to_path(
    stack: &Stack,
    chunk: &ChunkId,
    content: Arc<Vec<u8>>,
    path: &Path
) -> BuckyResult<()>