Type Definition nettle_sys::nettle_crypt_func[][src]

type nettle_crypt_func = Option<unsafe extern "C" fn(ctx: *mut c_void, length: usize, dst: *mut u8, src: *const u8)>;