#include #include namespace LibImage { bool probe_png(BAN::ConstByteSpan); BAN::ErrorOr> load_png(BAN::ConstByteSpan); }