void md5_update( ffi.Pointer<MD5_CTX> ctx, ffi.Pointer<BYTE2> data, int len, ) { return _md5_update( ctx, data, len, ); }