void md5_final( ffi.Pointer<MD5_CTX> ctx, ffi.Pointer<BYTE2> hash, ) { return _md5_final( ctx, hash, ); }