Type Alias BLPathSinkFunc

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut BLPathCore, _: *const c_void, _: *mut c_void) -> u32)

Some value of type T.