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