pub unsafe extern "system" fn RpcServerInterfaceGroupCreateW(
    interfaces: *const RPC_INTERFACE_TEMPLATEW,
    numifs: u32,
    endpoints: *const RPC_ENDPOINT_TEMPLATEW,
    numendpoints: u32,
    idleperiod: u32,
    idlecallbackfn: RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN,
    idlecallbackcontext: *const c_void,
    ifgroup: *mut *mut c_void
) -> RPC_STATUS
Expand description

Required features: "Win32_System_Rpc"