pub unsafe extern "C" fn AM_StartCiaInstall(
mediatype: FS_MediaType,
ciaHandle: *mut Handle,
) -> ResultExpand 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.