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