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