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