pub async fn test_path_writable( policy: &SandboxPolicy, test_path: &Path, cwd: &Path, sandbox_executable: Option<&Path>, ) -> Result<bool>
Test if a specific path is writable under the given sandbox policy.