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