pub unsafe extern "C" fn nettle_umac96_digest(
    ctx: *mut umac96_ctx,
    length: usize,
    digest: *mut u8
)