pub type I_RpcFreeCalloutStateFn = Option<unsafe extern "C" fn(CallOutState: *mut RDR_CALLOUT_STATE)>;
Aliased Type§
enum I_RpcFreeCalloutStateFn {
None,
Some(unsafe extern "C" fn(_: *mut _RDR_CALLOUT_STATE)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut _RDR_CALLOUT_STATE))
Some value of type T
.