pub unsafe extern "C" fn png_set_gamma_fixed(
    png_ptr: &mut png_struct,
    screen_gamma: png_fixed_point,
    override_file_gamma: png_fixed_point
)