pub unsafe extern "C" fn stringBuilderAppendSized( stringBuilder: *mut StringBuilder, string: *const c_char, length: usize, ) -> bool