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

Gets the NAND log.

§Arguments

  • out - Pointer to output the log to.
  • length - Length of the log buffer.