Type Alias I_RpcProxyGetClientAddressFn
pub type I_RpcProxyGetClientAddressFn = Option<unsafe extern "system" fn(context: *mut c_void, buffer: PCSTR, bufferlength: *mut u32) -> RPC_STATUS>;Aliased Type§
pub enum I_RpcProxyGetClientAddressFn {
None,
Some(unsafe extern "system" fn(*mut c_void, PCSTR, *mut u32) -> RPC_STATUS),
}