pub type BLDestroyImplFunc = Option<unsafe extern "C" fn(impl_: *mut c_void, destroyData: *mut c_void)>;
enum BLDestroyImplFunc { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)), }
No value.
Some value of type T.
T