[][src]Function skia_bindings::C_SkImageInfo_Make

pub unsafe extern "C" fn C_SkImageInfo_Make(
    self_: *mut SkImageInfo,
    width: c_int,
    height: c_int,
    ct: SkColorType,
    at: SkAlphaType,
    cs: *const SkColorSpace
)