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