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