Function tesseract_utils_cstring_new

Source
#[no_mangle]
pub unsafe extern "C" fn tesseract_utils_cstring_new(
    cstr: CStringRef,
    res: &mut ManuallyDrop<CString>,
    err: &mut ManuallyDrop<CError>,
) -> bool