pub unsafe extern "C" fn png_set_sCAL(
    png_ptr: &png_struct,
    info_ptr: &mut png_info,
    unit: c_int,
    width: f64,
    height: f64
)