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