pub type I_RpcProxyUpdatePerfCounterFn = Option<unsafe extern "C" fn(Counter: RpcPerfCounters, ModifyTrend: c_int, Size: c_ulong)>;
pub enum I_RpcProxyUpdatePerfCounterFn { None, Some(unsafe extern "C" fn(i32, i32, u32)), }
No value.
Some value of type T.
T