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