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