pub fn c_str_to_rnp_buffer_lossy<S: AsRef<[u8]>>(s: S) -> *mut c_char
Expand description

Copies a C string to a buffer, adding a terminating zero.

Replaces embedded zeros with ‘_’.