pub type bcc_usdt_cb = Option<unsafe extern "C" fn(arg1: *mut bcc_usdt)>;
pub enum bcc_usdt_cb { None, Some(unsafe extern "C" fn(*mut bcc_usdt)), }
No value.
Some value of type T.
T