pub unsafe extern "C" fn png_progressive_combine_row(
    png_ptr: &png_struct,
    old_row: *mut u8,
    new_row: *const u8
)