pub unsafe extern "C" fn String_CopyToRaw(
    dst: *mut c_char,
    capacity: c_int,
    src: *const cc_string
)