pub type I_RpcFreeCalloutStateFn = Option<unsafe extern "system" fn(calloutstate: *mut RDR_CALLOUT_STATE)>;

Aliased Type§

enum I_RpcFreeCalloutStateFn {
    None,
    Some(unsafe extern "system" fn(_: *mut RDR_CALLOUT_STATE)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut RDR_CALLOUT_STATE))

Some value of type T.