pub unsafe fn set_server_connect_timeout_in_milliseconds(
timeout: c_int,
) -> Result<(), Error>
Expand description
Set server connect timeout in milliseconds
ยงSafety
This function is modifying a C global without synchronization, so it is not thread safe, and should only be called before any thread is spawned.