pub unsafe extern "C" fn CFGU_GenHashConsoleUnique(
    appIDSalt: u32_,
    hash: *mut u64_
) -> Result
Expand description

Generates a console-unique hash.

§Arguments

  • appIDSalt - Salt to use.
  • hash - Pointer to output the hash to.