Function zeroconf::ffi::c_str::copy_raw[][src]

pub unsafe fn copy_raw(s: *const c_char) -> String
Expand description

Copies the specified *const c_char into a String.

Safety

This function is unsafe due to a call to the unsafe function raw_to_str().