pub unsafe fn raw2utf8(
    data: *const i8,
    length: usize
) -> Result<String, Utf8Error>