pub unsafe extern "C" fn optimize_picture(
    net: *mut network,
    orig: image,
    max_layer: c_int,
    scale: f32,
    rate: f32,
    thresh: f32,
    norm: c_int
)