pub unsafe extern "C" fn tr_getDirFreeSpace(
    path: *const c_char
) -> i64
Expand description

@brief Get available disk space (in bytes) for the specified folder. @return zero or positive integer on success, -1 in case of error.