summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Media/Ocr/mod.rs
blob: 61c757542cbf056e9545121c1a5db989150467e2 (plain)
1
2
3
4
5
6
7
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[link(name = "windows")]
extern "system" {}
pub type OcrEngine = *mut ::core::ffi::c_void;
pub type OcrLine = *mut ::core::ffi::c_void;
pub type OcrResult = *mut ::core::ffi::c_void;
pub type OcrWord = *mut ::core::ffi::c_void;