pub unsafe extern "C" fn clutter_texture_set_from_rgb_data(
texture: *mut ClutterTexture,
data: *const u8,
has_alpha: gboolean,
width: c_int,
height: c_int,
rowstride: c_int,
bpp: c_int,
flags: ClutterTextureFlags,
error: *mut *mut GError,
) -> gboolean