void sha1_final( ffi.Pointer<SHA1_CTX> ctx, ffi.Pointer<BYTE3> hash, ) { return _sha1_final( ctx, hash, ); }