Macro xc_check_error

Source
macro_rules! xc_check_error {
    ($handle:expr, $rc:expr) => { ... };
}