[][src]Function skia_bindings::SkImageInfo_Make

pub unsafe extern "C" fn SkImageInfo_Make(
    width: c_int,
    height: c_int,
    ct: SkColorType,
    at: SkAlphaType,
    cs: sk_sp<SkColorSpace>
) -> SkImageInfo