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