pub unsafe extern "C" fn zxing_ReadBarcode(
    iv: *const zxing_ImageView,
    opts: *const zxing_ReaderOptions
) -> *mut zxing_Result
Expand description

Note: opts is optional, i.e. it can be NULL, which will imply default settings.