pub unsafe extern "C" fn FSUSER_GetExtDataBlockSize(
totalBlocks: *mut u64_,
freeBlocks: *mut u64_,
blockSize: *mut u32_,
info: FS_ExtSaveDataInfo,
) -> ResultExpand description
Gets an ext data archive’s block information.
§Arguments
totalBlocks- Pointer to output the total blocks to.freeBlocks- Pointer to output the free blocks to.blockSize- Pointer to output the block size to.info- Info of the save data.