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