pub unsafe extern "C" fn vsl_client_set_timeout(
    client: *mut VSLClient,
    timeout: f32
)
Expand description

Sets the socket timeout for this client.

@memberof VSLClient