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