pub unsafe extern "C" fn png_get_pHYs_dpi(
    png_ptr: &png_struct,
    info_ptr: &png_info,
    res_x: &mut u32,
    res_y: &mut u32,
    unit_type: &mut c_int
) -> u32