pub unsafe extern "C" fn png_write_chunk_data(
    png_ptr: &mut png_struct,
    data: *const u8,
    length: usize
)