Type Alias gcry_handler_progress_t

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: i32, _: i32, _: i32))

Some value of type T.