pub type nettle_progress_func = Option<unsafe extern "C" fn(ctx: *mut c_void, c: c_int)>;
enum nettle_progress_func { None, Some(unsafe extern "C" fn(_: *mut c_void, _: i32)), }
No value.
Some value of type T.
T