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

Gets the NAND CID.

§Arguments

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