pub unsafe extern "C" fn AM_GetCiaMetaSection(
meta: *mut c_void,
size: u32_,
fileHandle: Handle,
) -> ResultExpand description
Gets the full meta section of a CIA file.
§Arguments
meta- Buffer to store the meta section in.size- Size of the buffer. Must be greater than or equal to the actual section data’s size.fileHandle- Handle of the CIA file.