24typedef void png_callback_t (png_err_t err, surface_t *decoded_image,
void *callback_data);
27png_err_t png_decoder_start (
char *path,
int max_width,
int max_height, png_callback_t *callback,
void *callback_data);
28void png_decoder_abort (
void);
29float png_decoder_get_progress (
void);
30void png_decoder_poll (
void);