pub unsafe extern "C" fn png_set_read_fn(
    png_ptr: &mut png_struct,
    io_ptr: *mut c_void,
    read_data_fn: png_rw_ptr
)