pub unsafe extern "C" fn TessBaseAPISetImage(
    handle: *mut TessBaseAPI,
    imagedata: *const u8,
    width: i32,
    height: i32,
    bytes_per_pixel: i32,
    bytes_per_line: i32
)