pub unsafe extern "C" fn nettle_ccm_update(
    ctx: *mut ccm_ctx,
    cipher: *const c_void,
    f: nettle_cipher_func,
    length: usize,
    data: *const u8
)