function setFipssetFips(bool: boolean): voidDeprecatedEnables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. Throws an error if FIPS mode is not available. Parametersbool: booleantrue to enable FIPS mode. Return Typevoid