pub unsafe extern "C" fn AM_StartCiaInstall(
    mediatype: FS_MediaType,
    ciaHandle: *mut Handle
) -> Result
Expand description

Initializes the CIA install process, returning a handle to write CIA data to.

§Arguments

  • mediatype - Media type to install the CIA to.
  • ciaHandle (direction out) - Pointer to write the CIA handle to.