pub unsafe fn nettle_ocb_set_nonce(
    _ctx: *mut ocb_ctx,
    _cipher: *const c_void,
    _f: nettle_cipher_func,
    _tag_length: usize,
    _nonce_length: usize,
    _nonce: *const u8
)