pub unsafe extern "C" fn ecs_strbuf_appendstr( buffer: *mut ecs_strbuf_t, str_: *const i8, ) -> bool
Append string to buffer. Returns false when max is reached, true when there is still space