pub const Error = error{
// Pixman doesn't really have errors so we just have a single error.
PixmanFailure,
};