pub unsafe extern "C" fn nettle_hmac_streebog512_set_key(
    ctx: *mut hmac_streebog512_ctx,
    key_length: usize,
    key: *const u8
)