pub unsafe extern "C" fn nettle_ccm_set_nonce(
    ctx: *mut ccm_ctx,
    cipher: *const c_void,
    f: nettle_cipher_func,
    noncelen: usize,
    nonce: *const u8,
    authlen: usize,
    msglen: usize,
    taglen: usize
)