void md2_update( ffi.Pointer<MD2_CTX> ctx, ffi.Pointer<BYTE1> data, int len, ) { return _md2_update( ctx, data, len, ); }