pub unsafe extern "C" fn storage_common_fs_info(
    storage: *mut Storage,
    fs_path: *const i8,
    total_space: *mut u64,
    free_space: *mut u64
) -> FS_Error
Expand description

Gets general information about the storage @param app pointer to the api @param fs_path the path to the storage of interest @param total_space pointer to total space record, will be filled @param free_space pointer to free space record, will be filled @return FS_Error operation result