*const c_char
-> &CStr(strlen 호출 모든 문자 검사)
-> Result<&str, Utf8Error> (run_utf8_validation 호출 모든 문자 검사)
-> String (to_owned 호출 모든 문자 복사후 Vec 생성)
으음
-> &CStr(strlen 호출 모든 문자 검사)
-> Result<&str, Utf8Error> (run_utf8_validation 호출 모든 문자 검사)
-> String (to_owned 호출 모든 문자 복사후 Vec 생성)
으음
싸우지말고 unsafe해