Function FSUSER_GetSdmcCtrRootPath

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

Gets the CTR SDMC root path.

ยงArguments

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