pub unsafe extern "C" fn vsl_host_init(
    path: *const c_char
) -> *mut VSLHost
Expand description

Creates a host on the requested path. If the path is unavailable because of permissions or already exists then NULL is returned and errno is set.

@memberof VSLHost