pub fn shared_curl_api(lib_path: &Path) -> Result<Arc<CurlApi>, SysError>
Get or initialize the process-wide shared CurlApi instance. First call loads the library; subsequent calls return the cached Arc.