pub unsafe extern "C" fn AM_InstallTmdFinish(
    tmdHandle: Handle,
    unk: bool
) -> Result
Expand description

Finishes installing a TMD.

§Arguments

  • tmdHandle - Handle of the installation to finalize.
  • unk - Unknown. (usually true)