Function windows::Win32::System::Rpc::RpcServerInterfaceGroupCreateA
pub unsafe fn RpcServerInterfaceGroupCreateA(
interfaces: &[RPC_INTERFACE_TEMPLATEA],
endpoints: &[RPC_ENDPOINT_TEMPLATEA],
idleperiod: u32,
idlecallbackfn: RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN,
idlecallbackcontext: *const c_void,
ifgroup: *mut *mut c_void,
) -> RPC_STATUS