pub unsafe extern "C" fn ecs_chrparse(
in_: *const c_char,
out: *mut c_char,
) -> *const c_charExpand description
Parse an escaped character. Parse a character with a potential escape sequence.
@param in Pointer to character in input string. @param out Output string. @return Pointer to the character after the last one read.