Function FSPXI_GetSdmcLog

Source
pub unsafe extern "C" fn FSPXI_GetSdmcLog(
    serviceHandle: Handle,
    out: *mut c_void,
    size: u32_,
) -> Result
Expand description

Gets the SDMC log

ยงArguments

  • out - Buffer to output the log to.
  • size - Size of buffer.