pub type BLPathSinkFunc = Option<unsafe extern "C" fn(path: *mut BLPathCore, info: *const c_void, closure: *mut c_void) -> BLResult>;Aliased Type§
enum BLPathSinkFunc {
None,
Some(unsafe extern "C" fn(_: *mut BLPathCore, _: *const c_void, _: *mut c_void) -> u32),
}