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