pub unsafe fn nettle_ocb_encrypt(
    _ctx: *mut ocb_ctx,
    _key: *const ocb_key,
    _cipher: *const c_void,
    _f: nettle_cipher_func,
    _length: usize,
    _dst: *mut u8,
    _src: *const u8
)