Function tesseract_utils_data_clone

Source
#[no_mangle]
pub unsafe extern "C" fn tesseract_utils_data_clone(
    data: CDataRef<'_>,
    res: &mut ManuallyDrop<CData>,
    err: &mut ManuallyDrop<CError>,
) -> bool