pub type nettle_cipher_func = Option<unsafe extern "C" fn(ctx: *const c_void, length: usize, dst: *mut u8, src: *const u8)>;
Aliased Type§
enum nettle_cipher_func {
None,
Some(unsafe extern "C" fn(_: *const c_void, _: usize, _: *mut u8, _: *const u8)),
}