bcc_usdt_cb

Type Alias bcc_usdt_cb 

Source
pub type bcc_usdt_cb = Option<unsafe extern "C" fn(arg1: *mut bcc_usdt)>;

Aliased Type§

pub enum bcc_usdt_cb {
    None,
    Some(unsafe extern "C" fn(*mut bcc_usdt)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut bcc_usdt))

Some value of type T.