Function windows_sys::Win32::System::Rpc::RpcServerInterfaceGroupCreateA
pub unsafe extern "system" fn RpcServerInterfaceGroupCreateA(
interfaces: *const RPC_INTERFACE_TEMPLATEA,
numifs: u32,
endpoints: *const RPC_ENDPOINT_TEMPLATEA,
numendpoints: u32,
idleperiod: u32,
idlecallbackfn: RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN,
idlecallbackcontext: *const c_void,
ifgroup: *mut *mut c_void,
) -> RPC_STATUS