pub unsafe extern "C" fn tesseract_utils_cstring_new(
    cstr: *const i8,
    res: &mut ManuallyDrop<CString>,
    err: &mut ManuallyDrop<CError>
) -> bool