pub type gcry_handler_progress_t = Option<unsafe extern "C" fn(*mut c_void, *const c_char, c_int, c_int, c_int)>;Aliased Type§
enum gcry_handler_progress_t {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: i32, _: i32, _: i32)),
}