Function videostream_sys::vsl_host_init
source · pub unsafe extern "C" fn vsl_host_init(
path: *const c_char
) -> *mut VSLHostExpand 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