pub unsafe extern "C" fn tr_sessionSetRPCUrl(
    session: *mut tr_session,
    url: *const c_char
)
Expand description

@brief Specify which base URL to use.

@detail The RPC API is accessible under /rpc, the web interface under /web.

@see tr_sessionGetRPCUrl