pub unsafe extern "C" fn nettle_umac96_update(
    ctx: *mut umac96_ctx,
    length: usize,
    data: *const u8
)