pub type BLMapPointDArrayFunc = Option<unsafe extern "C" fn(ctx: *const c_void, dst: *mut BLPoint, src: *const BLPoint, count: usize) -> BLResult>;Aliased Type§
enum BLMapPointDArrayFunc {
None,
Some(unsafe extern "C" fn(_: *const c_void, _: *mut BLPoint, _: *const BLPoint, _: usize) -> u32),
}