pub type WebPProgressHook = Option<extern "C" fn(_: c_int, _: *const WebPPicture) -> c_int>;
enum WebPProgressHook { None, Some(extern "C" fn(_: i32, _: *const WebPPicture) -> i32), }
No value.
Some value of type T.
T