pub unsafe extern "C" fn cbw_string_copyAsNewCstr(
str_: cbw_CStrSlice,
) -> *mut i8
Expand description
Copies the string from the given bw_CStrSlice
to a C compatible, nul-terminated string.
pub unsafe extern "C" fn cbw_string_copyAsNewCstr(
str_: cbw_CStrSlice,
) -> *mut i8
Copies the string from the given bw_CStrSlice
to a C compatible, nul-terminated string.