pub type b2PlaneResultFcn = Option<unsafe extern "C" fn(shapeId: b2ShapeId, plane: *const b2PlaneResult, context: *mut c_void) -> bool>;Aliased Type§
pub enum b2PlaneResultFcn {
None,
Some(unsafe extern "C" fn(b2ShapeId, *const b2PlaneResult, *mut c_void) -> bool),
}