pub type pxtnSampledCallback = Option<unsafe extern "C" fn(user: *mut c_void, pxtn: *const pxtnService) -> bool>;
enum pxtnSampledCallback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *const pxtnService) -> bool), }
No value.
Some value of type T.
T