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