allocator: Allocatorsearch_basename: []const u8want_dirname: enum { full_path, only_dir }verbose: bool = falsepub const CCPrintFileNameOptions = struct {
allocator: Allocator,
search_basename: []const u8,
want_dirname: enum { full_path, only_dir },
verbose: bool = false,
}