pub unsafe extern "C" fn FSUSER_GetSpecialContentIndex(
    index: *mut u16_,
    mediaType: FS_MediaType,
    programId: u64_,
    type_: FS_SpecialContentType
) -> Result
Expand 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.