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