-record(file_system, { read_bits :: fun((binary()) -> {ok, bitstring()} | {error, nil}), is_file :: fun((binary()) -> boolean()) }).