pub unsafe extern "C" fn vsl_client_init(
    path: *const c_char,
    userptr: *mut c_void,
    reconnect: bool
) -> *mut VSLClient
Expand description

Creates a client and connects to the host at the provided path. If the connection cannot be made NULL is returned and errno is set.

@memberof VSLClient