pub unsafe extern "C" fn FSUSER_GetSdmcFatfsError(
    error: *mut u32_
) -> Result
Expand description

Gets the last SDMC fatfs error.

§Arguments

  • error - Pointer to output the error to.