Function String_CopyToRawArray

Source
pub fn String_CopyToRawArray(buffer: &mut [c_char], src: &cc_string)
Expand description

Calls String_CopyToRaw on a compile time array.

ยงPanics

The function will panic if buffer.len() is outside the range of c_int.