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),
}