Function windows::Win32::System::Rpc::RpcServerInterfaceGroupCreateW

pub unsafe fn RpcServerInterfaceGroupCreateW(
    interfaces: &[RPC_INTERFACE_TEMPLATEW],
    endpoints: &[RPC_ENDPOINT_TEMPLATEW],
    idleperiod: u32,
    idlecallbackfn: RPC_INTERFACE_GROUP_IDLE_CALLBACK_FN,
    idlecallbackcontext: *const c_void,
    ifgroup: *mut *mut c_void,
) -> RPC_STATUS