pub unsafe extern "C" fn png_set_rgb_to_gray(
    png_ptr: &mut png_struct,
    error_action: c_int,
    red: f64,
    green: f64
)