pub unsafe extern "C" fn png_image_finish_read(
    image: *mut png_image,
    background: *const png_color,
    buffer: *mut c_void,
    row_stride: i32,
    colormap: *mut c_void
) -> c_int