pub fn minimum_row_bytes(
    constraints: &ImageFormatConstraints,
    width: u32
) -> Result<u32, Error>