pub unsafe extern "C" fn esp_vfs_fat_register(
base_path: *const c_char,
fat_drive: *const c_char,
max_files: usize,
out_fs: *mut *mut FATFS,
) -> esp_err_tExpand description
@cond /
/*
@deprecated Please use esp_vfs_fat_register_cfg instead