pub unsafe extern "C" fn tar_archive_file_add_data_block(
    archive: *mut TarArchive,
    data_block: *const u8,
    block_len: i32
) -> bool