pub unsafe extern "C" fn nettle_ripemd160_update(
    ctx: *mut ripemd160_ctx,
    length: usize,
    data: *const u8
)