pub unsafe extern "C" fn FSPXI_GetSpecialContentIndex(
serviceHandle: Handle,
index: *mut u16_,
mediaType: FS_MediaType,
programId: u64_,
type_: FS_SpecialContentType,
) -> ResultExpand description
Gets a special content’s index.
§Arguments
index- Pointer to output the index to.mediaType- Media type of the special content.programId- Program ID owning the special content.type- Type of special content.