pub unsafe extern "C" fn FSUSER_GetSdmcCid(
    out: *mut u8_,
    length: u32_
) -> Result
Expand description

Gets the SDMC CID.

§Arguments

  • out - Pointer to output the CID to.
  • length - Length of the CID buffer. (should be 0x10)