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