void sha1_update( ffi.Pointer<SHA1_CTX> ctx, ffi.Pointer<BYTE3> data, int len, ) { return _sha1_update( ctx, data, len, ); }