pub unsafe extern "C" fn spinel_raster_builder_add(
    raster_builder: spinel_raster_builder_t,
    paths: *const spinel_path_t,
    transform_weakrefs: *mut spinel_transform_weakref_t,
    transforms: *const spinel_transform_t,
    clip_weakrefs: *mut spinel_clip_weakref_t,
    clips: *const spinel_clip_t,
    count: u32
) -> Type