Function tesseract_utils_swift_error_new

Source
#[no_mangle]
pub unsafe extern "C" fn tesseract_utils_swift_error_new(
    code: isize,
    domain: CStringRef,
    description: CStringRef,
) -> ManuallyDrop<SwiftError>