pub unsafe extern "C" fn tar_archive_add_dir(
    archive: *mut TarArchive,
    fs_full_path: *const i8,
    path_prefix: *const i8
) -> bool