pub type GskPathForeachFunc = Option<unsafe extern "C" fn(_: GskPathOperation, _: *const graphene_point_t, _: size_t, _: c_float, _: gpointer) -> gboolean>;
Aliased Type§
enum GskPathForeachFunc {
None,
Some(unsafe extern "C" fn(_: i32, _: *const graphene_point_t, _: usize, _: f32, _: *mut c_void) -> i32),
}